home *** CD-ROM | disk | FTP | other *** search
- System = {
- ACTIONS = {
- browser:;
- reconcileAccount:;
- showAccount:;
- windowWillClose:;
- createAccount:;
- deleteAccount:;
- doShowCategories:;
- showCategories:;
- windowDidBecomeKey:;
- findTransaction:;
- doShowFindPanel:;
- importExpRequest:;
- selectAccount:;
- cancelCreateAcct:;
- hideAccount:;
- windowWillResize:;
- contextHelp:;
- saveAs:;
- close:;
- okCreateAcct:;
- archiveSys:;
- showFindPanel:;
- windowDidBecomeMain:;
- save:;
- setDefaultBoundary:;
- };
- OUTLETS = {
- findButton;
- activeAccount;
- OKCreatePanelButton;
- renamePanel;
- categoryMgr;
- archiveDateTF;
- acctNameForm;
- accountBrowser;
- createPanel;
- createButton;
- newNameField;
- archiveDateBox;
- acctBalanceForm;
- transactionMgr;
- acctTypeRadio;
- reconcileButton;
- systemWindow;
- createView;
- oldNameField;
- findPanel;
- createDate;
- errMsgTable;
- categoryButton;
- createPanelBox;
- };
- SUPERCLASS = List;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DatePrompt = {
- ACTIONS = {
- };
- OUTLETS = {
- instructionField;
- datePromptField;
- };
- SUPERCLASS = Object;
- };
- DateTextField = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = TextField;
- };
-